home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / gfx / x11 / xfig.lha / Amiga.readme next >
Text File  |  1994-10-11  |  3KB  |  90 lines

  1. ===============================================================
  2. XFIG - Facility for Interactive Generation of figures under X11
  3. ===============================================================
  4.  
  5.  
  6. Xfig is a menu-driven tool that allows the user to draw and manipulate objects
  7. interactively in an X window.  The resulting pictures can be saved, printed
  8. on postscript printers or converted to a variety of other formats (e.g. to
  9. allow inclusion in LaTeX documents).
  10.  
  11. This file contains some notes about installing xfig, the directory
  12. 'Examples' contains some example figures and the 'Doc' directory contains
  13. some further documentation including the manual in troff -man format.
  14.  
  15. Please report any bugs, fixes, contributions, etc. to:
  16.  
  17. Brian V. Smith (bvsmith@lbl.gov)
  18.  
  19.  
  20. ---------------------------------------------
  21. System Requirements:
  22.     o 68020, 68881
  23.     o 3MB RAM or more
  24.     o DaggeX 1.0b (NOT included)
  25.     o ixemul.library (NOT included)
  26.  
  27.     ############################
  28.     #  XFig for the CBM Amiga  #
  29.     ############################
  30.  
  31. To run XFig on the Amiga you need DaggeX, a free distributable
  32. X-Windows system for the Amiga. I use DaggeX V 1.0b, which I
  33. got from an Aminet-site (archive name is DaggeXbin-1.0b.lha).
  34. You also need to copy CompkeyDB to usr:lib/x11/xfig/, and ixemul.library
  35. to your libs: drawer. (CompkeyDB can be found in usr/lib/x11/xfig).
  36. DaggeX runs fine on my A3000/25, although it consumes LOTS
  37. of ram (XFig started with DaggeX for A2024 screen (1024x1024 4color)
  38. consumes about 2MB!
  39.  
  40. I did recompile the amiga version of XFig from Suamor
  41. (zxmrd01@studserv.zdv.uni-tuebingen.de) with gcc 2.6.0 optimized
  42. for the 68020/68881 and with the O3 flag set. But I couldn't link it with
  43. the 68020 option, because libm.a for this option didn't work with my gcc
  44. installation, so I had to remove it for linking.
  45.  
  46. This version of XFig is VERY FAST compared to the former version from
  47. Suamor, but also produces the "free: end of block corrupt" message
  48. (from AmigaDOS) if you quit (At least on my Amiga). It takes about one
  49. minute from invocation till it is useable. This version is about 1000(!)
  50. times faster than the former one!
  51.  
  52. If you don't have a 3 button mouse, (which is very important for the
  53. usage of XFig) I recommend you to use the program `midmoose' from Lee
  54. Kindness, which simulates the third button via F10 (or any other program
  55. which does the same job).
  56.  
  57. If you want to recompile XFig
  58.     o get gcc
  59.     o get DaggeX (for testing)
  60.     o get DaggeX X Windows libs
  61.     o get X11 include files
  62.  
  63. It took about two hours to recompile XFig, but the result is awesome.
  64.  
  65.        ##########################################################
  66. ####### XFig will only run on Amigas with 68020/68881 or higher! #######
  67.        ##########################################################
  68.  
  69. Invocation:
  70.     To start XFig, first start DaggeX and wait till the window manager
  71.     got activated. After that, invoke XFig with the script `start_fig'.
  72.     This is very important, since every client must have the same task
  73.     priority like the window manager (Priority is set to 0, change this,
  74.     if your window manager runs with a different task priority).
  75.  
  76.  
  77. Gerhard Leibrock, October 1994
  78.     leibrock@fsinfo.cs.uni-sb.de
  79.     fach5@cipsol.cs.uni-sb.de
  80.     -
  81.     Neuhaeuselerstr. 12, 66459 Kirkel, Tel.: 06849/6134, Germany
  82.  
  83.  
  84. As always: Use at your own risk!! No warranty!
  85.        ---------------------- ------------
  86.  
  87. Bugs:
  88.     If you try to write text in XFig, it exits immedeatly. (Why?)
  89.  
  90.